home *** CD-ROM | disk | FTP | other *** search
/ PC Basics 53 / PC Basics Issue 53.iso / Software / Internet / Invboard.exe / PC Basics 53 / Invboard / upload / lang / en / lang_boards.php < prev    next >
Encoding:
PHP Script  |  2002-06-12  |  2.0 KB  |  67 lines

  1. <?php
  2.  
  3. $lang = array (
  4.  
  5. by                    =>    "By",
  6.  
  7. 'newslink'           => "latest news: ",
  8.  
  9. 'welcome_back_text'  => "Welcome back, your last visit was on",
  10.  
  11. 'sm_today_posters'   => "Today's top 10 posters",
  12. 'sm_all_posters'     => "Overall top 10 posters",
  13. 'sm_forum_leaders'   => "The moderating team",
  14. 'sm_todays_posts'    => "Today's active topics",
  15.  
  16. protected_forums                    =>    "Protected Forums",
  17. no_birth_users                    =>    "No members are celebrating a birthday today",
  18. total_forums                    =>    "Total Forums:",
  19. public_forums                    =>    "Public Forums",
  20. public_members                  =>  "members",
  21.  
  22. 'total_word_string'             =>  "Our members have made a total of <b><#posts#></b> posts<br>We have <b><#reg#></b> registered members<br>The newest member is <b><#mem#></b>",
  23.  
  24.  
  25. 'birthday_header'       => "Today's Birthdays",
  26.  
  27. replies                    =>    "Replies",
  28. board_stats                    =>    "Board Statistics",
  29.  
  30. guests                    =>    "guests",
  31. posts                    =>    "posts",
  32. total_of                    =>    "has a total of",
  33. browser_user_list                    =>    "View Complete List",
  34.  
  35. forum_leader                    =>    "Forum Led by: ",
  36. birth_user                    =>    "member is celebrating his/her birthday today",
  37. forum_users                    =>    "User(s) active in this forum",
  38. forums                    =>    "Forums",
  39. restricted_forums                    =>    "Restricted Forums",
  40. invite_submit                    =>    "Go!",
  41. all_times                    =>    "All Times",
  42. new_posts                    =>    "View New Posts",
  43. anon_members                    =>    "Anonymous Members",
  44. d_post_read                    =>    "Mark all posts as read",
  45. last_post_info                    =>    "Last Post Info",
  46. birth_users                    =>    "members are celebrating their birthday today",
  47. forum_off                    =>    "Read Only",
  48.  
  49. cat_name                    =>    "Forum",
  50. in                    =>    "In",
  51. registered_mems                    =>    "registered members",
  52. topics                    =>    "Topics",
  53. f_protected                    =>    "<i>Protected Forum</i>",
  54. d_delete_cookies                    =>    "Delete cookies set by this board",
  55. forum_icons                    =>    "Forum Icons",
  56.  
  57.  
  58.  
  59. info                    =>    "Information",
  60. active_users                    =>    "user(s) active in the past 15 minutes",
  61.  
  62. f_none                    =>    "----",
  63. most_online                    =>    "Most users ever online was <b><#NUM#></b> on <b><#DATE#></b>",
  64. no_new                    =>    "No New Posts",
  65.  
  66. );
  67. ?>